Bit array definition

Search

Bit array

Bit array logo #21000 A bit array (also known as bitmap, bitset, bit string, or bit vector) is an array data structure that compactly stores bits. It can be used to implement a simple set data structure. A bit array is effective at exploiting bit-level parallelism in hardware to perform operations quickly. A typical bit array stores kw bits, where w is the number of bi...
Found on http://en.wikipedia.org/wiki/Bit_array
No exact match found.